<xs:element maxOccurs="unbounded" name="purchase" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element name="ordercode" type="xs:string" />
<xs:element name="suppliernumber" type="xs:long" />
<xs:element name="purchaseunitbarcode" type="xs:long" />
<xs:element name="ordermultiplier" type="xs:decimal" />
<xs:element name="minimumorderquantity" type="xs:decimal" />
<xs:element name="packageshortdescription" type="xs:string" />
<xs:element name="dimensionshortdescription" />
<xs:element name="purchaseunittopurchasecontentunitfactor" type="xs:decimal" />
<xs:element name="contentunitpackageshortdescription" type="xs:string" />
<xs:element name="contentunitdimensionshortdescription" type="xs:string" />
<xs:element name="purchasecontentunittoconsumerunitfactor" type="xs:decimal" />
<xs:element name="purchaseprice" type="xs:decimal" nillable="true" />
<xs:element name="grosspurchaseprice" type="xs:decimal" nillable="true" />
<xs:element name="netnetpurchaseprice" type="xs:decimal" nillable="true" />
<xs:element name="netnetpurchasepricenote" />
<xs:element name="purchasepriceperamount" type="xs:decimal" />
<xs:element name="purchasepricetype" type="xs:string" />
<xs:element name="organizationreference" />
<xs:element name="lastmodifieddatetime" type="xs:dateTime" />
<xs:element name="isavailableforordering" type="xs:string" />
<xs:element name="ispreferredsupplierrow" type="xs:string" />
<xs:element name="iscancelled" type="xs:string" />
<xs:element name="isactive" type="xs:string" />
<xs:element name="seasonprofilecode" type="xs:string" />
<xs:element name="purchasestatuscode" type="xs:string" />
<xs:element name="collectionbarcode" type="xs:long" />
<xs:element name="collectionamount" type="xs:integer" />
<xs:element name="collectionparentbarcode" type="xs:long" />
<xs:element name="purchaseassortments">
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:element maxOccurs="unbounded" name="purchaseassortment">
<xs:complexType>
<xs:sequence>
<xs:element name="assortmentcode" type="xs:string" />
<xs:element name="storetypedifferentationcode" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|